Function |insert

std/data/map::|insert


Usage

|insert<T>(map, key, value)

Generics

โ—ป T (any)

Parameters

โ†ณ map: Map (std/data/map::Map)
โ†ณ key: string
โ†ณ value: T

Return

โ†ด Map


Insert one entry in a map